home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / axe100a.zip / AXE.DOC next >
Text File  |  1992-02-02  |  4KB  |  87 lines

  1. Axe V1.00a       Comipile Date:02/02/1992
  2. =========================================
  3.  
  4. Description:
  5. ============
  6.         Axe is a command line program that can significantly speed up
  7.         the process of removing directory structures.  It allows the
  8.         user to quickly remove an entire directory structure with no
  9.         more than a few keystrokes. When a directory is Axed, Axe will
  10.         delete all files and subdirectories, then remove the directory
  11.         all together.
  12.  
  13. Features:
  14. =========
  15.         -- Axe will remove all files/directories regardless of their
  16.            attribute.  In other words, it does not matter if a file is
  17.            Read Only/Hidden/System, Axe will automatically change the
  18.            attributes to normal, then remove the file(s).
  19.  
  20.         -- Axe can accept full path names from the command line.  For
  21.            instance if your current directory is C:\APPS and you wish to
  22.            axe the directory C:\UTILS\TMP, all you need to type is:
  23.                 AXE \utils\tmp <CR>
  24.  
  25.         -- The easiest method is to make your current directory the
  26.            parent of the directory you wish to axe.  For instance you would
  27.            like to remove the directory and all its subs and files that is
  28.            C:\APPS\MOREAPPS.  Simply change directories to C:\APPS then
  29.            type AXE moreapps.  Thats it!
  30.  
  31. Limitations:
  32. ============
  33.         -- Axe will not work Across drives. IE you cannot type AXE
  34.            d:\temp from the C: drive.  You must first goto the D: drive,
  35.            then type AXE \temp.
  36.         -- As far as I can tell the only limitation that Axe has with
  37.            the number of nested directories is the one put forth by DOS.
  38.            DOS does not allow directory names to be more than 66
  39.            characters.  For example, C:\APPS\WP\DOC would be 14
  40.            characters.
  41.         -- If you use AXE in a Novell network environment, remember
  42.            that to ensure success you must keep the following
  43.            things in mind.
  44.                 A) You must have Full rights to the directory(ies) you
  45.                    are about to delete.
  46.                 B) Axe cannot change Network attributes, as they are
  47.                    different that DOS attributes.  It would be good
  48.                    to check the attributes, before running AXE.
  49.                 C) If any user has the directory you are about to
  50.                    delete mapped as a search drive, AXE will NOT be
  51.                    able to remove the directory(s).  For the record
  52.                    though, FILER will also not be able to remove the
  53.                    directory.
  54.  
  55. Registration:
  56. =============
  57.         I am releasing the program as SHAREWARE.  I retain ALL rights to
  58.         this program and all it's companion files.  If you find this
  59.         program of value, please help to keep the concept of shareware
  60.         alive.  A donation of $5 would be greatly appreciated.  I can be
  61.         reached at the following address.  I encourage and would
  62.         appreciate ANY comments on this program.
  63.  
  64.                 Donald M. Langhorne
  65.                 S-5241 Columbia Ave.
  66.                 Hamburg, NY 14075
  67.  
  68.         You can also leave me mail on The Data Express BBS:
  69.                   716-627-3299{19200-HST}
  70.                   716-627-7420{2400}
  71.  
  72. PS Hope you enjoy this program!
  73.  
  74. History:
  75. ========
  76.  
  77. V1.00  [02-01-92]
  78. -----------------
  79.     -Initial release
  80.  
  81. V1.00a  [02-02-92]
  82. -----------------
  83.     -Fixed bug that caused Axe not to work proprerly of the directory 
  84.      you wanted to delete did not exist.
  85.  
  86.  
  87.